﻿2026-05-17T04:44:44.0330909Z ##[group]Run actions/checkout@v4
2026-05-17T04:44:44.0331834Z with:
2026-05-17T04:44:44.0332329Z   repository: SaberMage/rebno
2026-05-17T04:44:44.0333117Z   token: ***
2026-05-17T04:44:44.0333597Z   ssh-strict: true
2026-05-17T04:44:44.0334289Z   ssh-user: git
2026-05-17T04:44:44.0334793Z   persist-credentials: true
2026-05-17T04:44:44.0335343Z   clean: true
2026-05-17T04:44:44.0335830Z   sparse-checkout-cone-mode: true
2026-05-17T04:44:44.0336408Z   fetch-depth: 1
2026-05-17T04:44:44.0336885Z   fetch-tags: false
2026-05-17T04:44:44.0337369Z   show-progress: true
2026-05-17T04:44:44.0337869Z   lfs: false
2026-05-17T04:44:44.0338332Z   submodules: false
2026-05-17T04:44:44.0338828Z   set-safe-directory: true
2026-05-17T04:44:44.0339568Z env:
2026-05-17T04:44:44.0340041Z   SKIP_STAGING_VERIFY: false
2026-05-17T04:44:44.0340585Z   SKIP_PHASE_4_CARRYOVER: 
2026-05-17T04:44:44.0341117Z   SKIP_STAGING_SMOKE: false
2026-05-17T04:44:44.0341633Z ##[endgroup]
2026-05-17T04:44:44.1556163Z Syncing repository: SaberMage/rebno
2026-05-17T04:44:44.1559547Z ##[group]Getting Git version info
2026-05-17T04:44:44.1560998Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-17T04:44:44.1563558Z [command]/usr/bin/git version
2026-05-17T04:44:44.1625499Z git version 2.54.0
2026-05-17T04:44:44.1651065Z ##[endgroup]
2026-05-17T04:44:44.1671903Z Temporarily overriding HOME='/home/runner/work/_temp/e2ef50db-aeef-4dc4-b3c2-599994567432' before making global git config changes
2026-05-17T04:44:44.1675375Z Adding repository directory to the temporary git global config as a safe directory
2026-05-17T04:44:44.1680125Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-17T04:44:44.1722810Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-17T04:44:44.1728001Z ##[group]Initializing the repository
2026-05-17T04:44:44.1732879Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-17T04:44:44.1839314Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-17T04:44:44.1841118Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-17T04:44:44.1842333Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-17T04:44:44.1843583Z hint: call:
2026-05-17T04:44:44.1844445Z hint:
2026-05-17T04:44:44.1845298Z hint: 	git config --global init.defaultBranch <name>
2026-05-17T04:44:44.1846357Z hint:
2026-05-17T04:44:44.1847316Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-17T04:44:44.1848831Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-17T04:44:44.1850069Z hint:
2026-05-17T04:44:44.1850796Z hint: 	git branch -m <name>
2026-05-17T04:44:44.1851651Z hint:
2026-05-17T04:44:44.1852697Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-17T04:44:44.1856194Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-17T04:44:44.1861202Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-17T04:44:44.1906856Z ##[endgroup]
2026-05-17T04:44:44.1908385Z ##[group]Disabling automatic garbage collection
2026-05-17T04:44:44.1909749Z [command]/usr/bin/git config --local gc.auto 0
2026-05-17T04:44:44.1982887Z ##[endgroup]
2026-05-17T04:44:44.1984469Z ##[group]Setting up auth
2026-05-17T04:44:44.1985861Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-17T04:44:44.1999390Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-17T04:44:44.2377558Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-17T04:44:44.2424479Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-17T04:44:44.2676303Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-17T04:44:44.2711031Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-17T04:44:44.2961785Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-17T04:44:44.3000596Z ##[endgroup]
2026-05-17T04:44:44.3003637Z ##[group]Fetching the repository
2026-05-17T04:44:44.3010988Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5a4a85a121c9f02078900e73f0081b827a22a802:refs/remotes/origin/main
2026-05-17T04:44:45.6419383Z From https://github.com/SaberMage/rebno
2026-05-17T04:44:45.6422424Z  * [new ref]         5a4a85a121c9f02078900e73f0081b827a22a802 -> origin/main
2026-05-17T04:44:45.6463214Z ##[endgroup]
2026-05-17T04:44:45.6465541Z ##[group]Determining the checkout info
2026-05-17T04:44:45.6467772Z ##[endgroup]
2026-05-17T04:44:45.6471237Z [command]/usr/bin/git sparse-checkout disable
2026-05-17T04:44:45.6521863Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-17T04:44:45.6555558Z ##[group]Checking out the ref
2026-05-17T04:44:45.6559322Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-17T04:44:46.6714016Z Updating files:  61% (6423/10453)
2026-05-17T04:44:46.6774894Z Updating files:  62% (6481/10453)
2026-05-17T04:44:46.6825638Z Updating files:  63% (6586/10453)
2026-05-17T04:44:46.6873679Z Updating files:  64% (6690/10453)
2026-05-17T04:44:46.6924693Z Updating files:  65% (6795/10453)
2026-05-17T04:44:46.6980507Z Updating files:  66% (6899/10453)
2026-05-17T04:44:46.7037977Z Updating files:  67% (7004/10453)
2026-05-17T04:44:46.7086017Z Updating files:  68% (7109/10453)
2026-05-17T04:44:46.7130598Z Updating files:  69% (7213/10453)
2026-05-17T04:44:46.7433470Z Updating files:  70% (7318/10453)
2026-05-17T04:44:46.7478807Z Updating files:  71% (7422/10453)
2026-05-17T04:44:46.7528106Z Updating files:  72% (7527/10453)
2026-05-17T04:44:46.7579713Z Updating files:  73% (7631/10453)
2026-05-17T04:44:46.7640778Z Updating files:  74% (7736/10453)
2026-05-17T04:44:46.7686101Z Updating files:  75% (7840/10453)
2026-05-17T04:44:46.7730841Z Updating files:  76% (7945/10453)
2026-05-17T04:44:46.7787399Z Updating files:  77% (8049/10453)
2026-05-17T04:44:46.7840240Z Updating files:  78% (8154/10453)
2026-05-17T04:44:46.7886748Z Updating files:  79% (8258/10453)
2026-05-17T04:44:46.7934232Z Updating files:  80% (8363/10453)
2026-05-17T04:44:46.8006461Z Updating files:  81% (8467/10453)
2026-05-17T04:44:46.8091289Z Updating files:  82% (8572/10453)
2026-05-17T04:44:46.8169455Z Updating files:  83% (8676/10453)
2026-05-17T04:44:46.8238618Z Updating files:  84% (8781/10453)
2026-05-17T04:44:46.8289732Z Updating files:  85% (8886/10453)
2026-05-17T04:44:46.8406160Z Updating files:  86% (8990/10453)
2026-05-17T04:44:46.8447309Z Updating files:  87% (9095/10453)
2026-05-17T04:44:46.8488460Z Updating files:  88% (9199/10453)
2026-05-17T04:44:46.8522667Z Updating files:  89% (9304/10453)
2026-05-17T04:44:46.8566106Z Updating files:  90% (9408/10453)
2026-05-17T04:44:46.8600416Z Updating files:  91% (9513/10453)
2026-05-17T04:44:46.8657421Z Updating files:  92% (9617/10453)
2026-05-17T04:44:46.8699775Z Updating files:  93% (9722/10453)
2026-05-17T04:44:46.8736320Z Updating files:  94% (9826/10453)
2026-05-17T04:44:46.8777600Z Updating files:  95% (9931/10453)
2026-05-17T04:44:46.8819785Z Updating files:  96% (10035/10453)
2026-05-17T04:44:46.8889565Z Updating files:  97% (10140/10453)
2026-05-17T04:44:46.8953617Z Updating files:  98% (10244/10453)
2026-05-17T04:44:46.9014643Z Updating files:  99% (10349/10453)
2026-05-17T04:44:46.9016315Z Updating files: 100% (10453/10453)
2026-05-17T04:44:46.9017092Z Updating files: 100% (10453/10453), done.
2026-05-17T04:44:46.9145380Z Switched to a new branch 'main'
2026-05-17T04:44:46.9148166Z branch 'main' set up to track 'origin/main'.
2026-05-17T04:44:47.0200389Z ##[endgroup]
2026-05-17T04:44:47.0247020Z [command]/usr/bin/git log -1 --format=%H
2026-05-17T04:44:47.0273265Z 5a4a85a121c9f02078900e73f0081b827a22a802
